Uses of Class
negotiator.NegotiationResult

Packages that use NegotiationResult
agents   
negotiator   
negotiator.boaframework   
negotiator.boaframework.agent   
negotiator.boaframework.offeringstrategy.other   
 

Uses of NegotiationResult in agents
 

Methods in agents with parameters of type NegotiationResult
 void SimpleANAC2013Agent.endSession(NegotiationResult result)
          Set the target utility for the next match on the same preference profile.
 

Uses of NegotiationResult in negotiator
 

Methods in negotiator with parameters of type NegotiationResult
 void Agent.endSession(NegotiationResult dUtil)
          Method which informs an agent about the utility it received.
 

Uses of NegotiationResult in negotiator.boaframework
 

Methods in negotiator.boaframework with parameters of type NegotiationResult
 void OpponentModel.endSession(NegotiationResult result)
          Method called at the end of the negotiation.
 void OfferingStrategy.endSession(NegotiationResult result)
          Method called at the end of the negotiation.
 void AcceptanceStrategy.endSession(NegotiationResult result)
          Method called at the end of the negotiation.
 

Uses of NegotiationResult in negotiator.boaframework.agent
 

Methods in negotiator.boaframework.agent with parameters of type NegotiationResult
 void BOAagent.endSession(NegotiationResult result)
          Method that first calls the endSession method of each component to update the session data and then stores the session data if it is not empty and is changed.
 

Uses of NegotiationResult in negotiator.boaframework.offeringstrategy.other
 

Methods in negotiator.boaframework.offeringstrategy.other with parameters of type NegotiationResult
 void ANAC2013BOAExample_Offering.endSession(NegotiationResult result)
          Method called at the end of a negotiation.